翻訳と辞書
Words near each other
・ Wilmia
・ Wilmington
・ Wilmington (MBTA station)
・ Wilmington 10 -- U.S.A. 10,000
・ Wilmington Academy
・ Wilmington Academy of Arts and Sciences
・ Wilmington Airport
・ Wilmington Airport (Delaware)
・ Wilmington and Carolina Railroad
・ Wilmington and Conway Railroad
・ Wilmington and Manchester Railroad
・ Wilm Weppelmann
・ WILM-LD
・ Wilma
・ Wilma (given name)
Wilma (software)
・ Wilma Alba Cal
・ Wilma Arizapana
・ Wilma B. Liebman
・ Wilma Briggs
・ Wilma Burgess
・ Wilma Chan
・ Wilma Cozart Fine
・ Wilma De Angelis
・ Wilma de Faria
・ Wilma Deering
・ Wilma Dressel
・ Wilma Driessen
・ Wilma Dunaway
・ Wilma Dykeman


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Wilma (software) : ウィキペディア英語版
Wilma (software)

Wilma is a software tool that computer programmers use for testing other software. It sits between software components, software services, microservices, as a transparent proxy, and captures the communication traffic between the software components. Based on its actual configuration, evaluates the captured messages and decides between proxying the request or providing response by itself, as a service stub. Therefore, it is a combined Transparent Proxy and Service Stub. It is written in Java, and Open Sourced under the license GPL.
== Situations when Wilma helps ==

* In case there is component that communicates to other components (SOA environment or by simply using 3rd party services/microservices) but need to be tested without the availability of other components, Wilma can act as stub. The environment can be - among others - a local development environment, a CI test environment, or an integration test environment
* In similar case, if some of the components are available but some not, Wilma can stub the missing ones, meanwhile proxying the request to the available components
* If there is a new feature in a 3rd party component/service, that will be developed later, and not yet available, and if the interface is defined, Wilma can emulate the new feature of the 3rd party component/service, and the feature in the owned component can be developed without waiting for the implementation of the feature in the 3rd party component/service
* It is possible to emulate special behavior of 3rd party components/services like: timeouts, slow or bad answers, special - error-nous - answers and error codes - without doing special test environment setup changes, and even if forcing the 3rd party component/service to produce such special answers would be hard/impossible
* Also - as it can log the messages - it helps testers/developers in troubleshooting, since the logged messages can be analysed - also such recorded messages can be used later as base of stub responses

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Wilma (software)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.